net/http.requestAndChan.treq (field)
13 uses
net/http (current package)
transport.go#L2216: trace := rc.treq.trace
transport.go#L2245: hasBody := rc.treq.Request.Method != "HEAD" && resp.ContentLength != 0
transport.go#L2247: if resp.Close || rc.treq.Request.Close || resp.StatusCode <= 199 || bodyWritable {
transport.go#L2263: tryPutIdleConn(rc.treq)
transport.go#L2275: rc.treq.cancel(errRequestDone)
transport.go#L2331: tryPutIdleConn(rc.treq)
transport.go#L2335: case <-rc.treq.ctx.Done():
transport.go#L2337: pc.cancelRequest(context.Cause(rc.treq.ctx))
transport.go#L2342: rc.treq.cancel(errRequestDone)
transport.go#L2395: resp, err = ReadResponse(pc.br, rc.treq.Request)
transport.go#L2441: if resp.Close || rc.treq.Request.Close {
transport.go#L2602: treq *transportRequest
transport.go#L2730: treq: req,
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |